+Mon Nov 13 16:58:43 2000 Owen Taylor <otaylor@redhat.com>
+
+ * {gtk,gdk,gdk-pixbuf}/Makefile.am: cd to srcdir before
+ calling gtkdoc-fixref, distribute index.sgml.
+
+ * gtk/gtk-docs.sgml gtk/Makefile.am gtk/gtk-sections.txt
+ gtk/gtk.types: Update
+
2000-11-05 Havoc Pennington <hp@pobox.com>
* gtk/tmpl/gtktexttag.sgml: documented some of the object args
test -d $(srcdir)/html || mkdir $(srcdir)/html
-cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
@echo '-- Fixing Crossreferences'
- gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
+ cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
clean-local:
rm -f *~ *.bak *.signals *-unused.txt
mkdir $(distdir)/html
mkdir $(distdir)/sgml
mkdir $(distdir)/tmpl
- -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html
+ -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(srcdir)/html/index.sgml $(distdir)/html
-cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
-cp $(srcdir)/sgml/*.sgml $(distdir)/sgml
-cp $(srcdir)/sgml/*.bottom $(srcdir)/sgml/*.top $(distdir)/sgml
gdk_pixbuf_new_from_data
gdk_pixbuf_new_from_xpm_data
gdk_pixbuf_new_from_inline
+gdk_pixbuf_new_subpixbuf
gdk_pixbuf_copy
</SECTION>
@Returns:
+<!-- ##### FUNCTION gdk_pixbuf_new_subpixbuf ##### -->
+<para>
+
+</para>
+
+@src_pixbuf:
+@src_x:
+@src_y:
+@width:
+@height:
+@Returns:
+
+
<!-- ##### FUNCTION gdk_pixbuf_copy ##### -->
<para>
@loader:
-<!-- ##### SIGNAL GdkPixbufLoader::area-updated ##### -->
- <para>
- This signal is emitted when a significant area of the image being
- loaded has been updated. Normally it means that a complete
- scanline has been read in, but it could be a different area as
- well. Applications can use this signal to know when to repaint
- areas of an image that is being loaded.
- </para>
-
-@gdkpixbufloader: the object which received the signal.
-@arg1:
-@arg2:
-@arg3:
-@arg4:
-<!-- # Unused Parameters # -->
-@loader: Loader which emitted the signal.
-@x: X offset of upper-left corner of the updated area.
-@y: Y offset of upper-left corner of the updated area.
-@width: Width of updated area.
-@height: Height of updated area.
-
-<!-- ##### SIGNAL GdkPixbufLoader::area-prepared ##### -->
- <para>
- This signal is emitted when the pixbuf loader has been fed the
- initial amount of data that is required to figure out the size and
- format of the image that it will create. After this signal is
- emitted, applications can call gdk_pixbuf_loader_get_pixbuf() to
- fetch the partially-loaded pixbuf.
- </para>
-
-@gdkpixbufloader: the object which received the signal.
-<!-- # Unused Parameters # -->
-@loader: Loader which emitted the signal.
-
-<!-- ##### SIGNAL GdkPixbufLoader::frame-done ##### -->
- <para>
- This signal is emitted when a frame is done loading. It will be
- emitted for each frame in an animation data stream.
- </para>
-
-@gdkpixbufloader: the object which received the signal.
-@arg1:
-<!-- # Unused Parameters # -->
-@loader: Loader which emitted the signal.
-@frame: Frame which just completed loading.
-
-<!-- ##### SIGNAL GdkPixbufLoader::animation-done ##### -->
- <para>
- This signal is emitted when an animation is done loading.
- </para>
-
-@gdkpixbufloader: the object which received the signal.
-<!-- # Unused Parameters # -->
-@loader: Loader which emitted the signal.
-
-<!-- ##### SIGNAL GdkPixbufLoader::closed ##### -->
- <para>
- This signal is emitted when gdk_pixbuf_loader_close() is called.
- It can be used by different parts of an application to receive
- notification when an image loader is closed by the code that
- drives it.
- </para>
-
-@gdkpixbufloader: the object which received the signal.
-<!-- # Unused Parameters # -->
-@loader: Loader which emitted the signal.
-
-<!--
-Local variables:
-mode: sgml
-sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
-End:
--->
-
</para>
+<!-- ##### SIGNAL GdkPixbufLoader::animation-done ##### -->
+ <para>
+ This signal is emitted when an animation is done loading.
+ </para>
+
+@gdkpixbufloader: the object which received the signal.
+@loader: Loader which emitted the signal.
+
+<!-- ##### SIGNAL GdkPixbufLoader::area-updated ##### -->
+ <para>
+ This signal is emitted when a significant area of the image being
+ loaded has been updated. Normally it means that a complete
+ scanline has been read in, but it could be a different area as
+ well. Applications can use this signal to know when to repaint
+ areas of an image that is being loaded.
+ </para>
+
+@gdkpixbufloader: the object which received the signal.
+@arg1:
+@arg2:
+@arg3:
+@arg4:
+@loader: Loader which emitted the signal.
+@x: X offset of upper-left corner of the updated area.
+@y: Y offset of upper-left corner of the updated area.
+@width: Width of updated area.
+@height: Height of updated area.
+
<!-- ##### FUNCTION gdk_pixbuf_render_to_drawable ##### -->
<para>
</para>
+<!-- ##### SIGNAL GdkPixbufLoader::frame-done ##### -->
+ <para>
+ This signal is emitted when a frame is done loading. It will be
+ emitted for each frame in an animation data stream.
+ </para>
+
+@gdkpixbufloader: the object which received the signal.
+@arg1:
+@loader: Loader which emitted the signal.
+@frame: Frame which just completed loading.
+
<!-- ##### SECTION ./tmpl/xlib-init.sgml:Short_Description ##### -->
Initializing the &gdk-pixbuf; Xlib library.
</para>
+<!-- ##### SIGNAL GdkPixbufLoader::closed ##### -->
+ <para>
+ This signal is emitted when gdk_pixbuf_loader_close() is called.
+ It can be used by different parts of an application to receive
+ notification when an image loader is closed by the code that
+ drives it.
+ </para>
+
+@gdkpixbufloader: the object which received the signal.
+@loader: Loader which emitted the signal.
+
+<!--
+Local variables:
+mode: sgml
+sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
+End:
+-->
+
<!-- ##### ARG GnomeCanvasPixbuf:y_in_pixels ##### -->
<para>
Works in the same way as the <link
Getting parts of an X drawable's image data into a pixbuf.
+<!-- ##### SIGNAL GdkPixbufLoader::area-prepared ##### -->
+ <para>
+ This signal is emitted when the pixbuf loader has been fed the
+ initial amount of data that is required to figure out the size and
+ format of the image that it will create. After this signal is
+ emitted, applications can call gdk_pixbuf_loader_get_pixbuf() to
+ fetch the partially-loaded pixbuf.
+ </para>
+
+@gdkpixbufloader: the object which received the signal.
+@loader: Loader which emitted the signal.
+
<!-- ##### SECTION ./tmpl/xlib-rgb.sgml:Title ##### -->
XlibRGB
</para>
-<!-- ##### SECTION ./tmpl/gdk-pixbuf-io.sgml:Long_Description ##### -->
-<para>
-
-</para>
-
-
<!-- ##### SECTION ./tmpl/gnome-canvas-pixbuf.sgml:Long_Description ##### -->
<para>
This canvas item displays #GdkPixbuf images. It handles full
</refsect2>
+<!-- ##### SECTION ./tmpl/gdk-pixbuf-io.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
<!-- ##### SECTION ./tmpl/xlib-rendering.sgml:Title ##### -->
Xlib Rendering
test -d $(srcdir)/html || mkdir $(srcdir)/html
-cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
@echo '-- Fixing Crossreferences'
- gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
+ cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
clean-local:
rm -f *~ *.bak *.signals *-unused.txt
mkdir $(distdir)/html
mkdir $(distdir)/sgml
mkdir $(distdir)/tmpl
- -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html
+ -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(srcdir)/html/index.sgml $(distdir)/html
-cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
-cp $(srcdir)/sgml/*.sgml $(distdir)/sgml
-cp $(srcdir)/sgml/*.bottom $(srcdir)/sgml/*.top $(distdir)/sgml
gdk_draw_pixmap
gdk_draw_drawable
gdk_draw_image
+gdk_drawable_get_image
<SUBSECTION Standard>
GDK_DRAWABLE
to the bottom edge of @image.
+<!-- ##### FUNCTION gdk_drawable_get_image ##### -->
+<para>
+
+</para>
+
+@drawable:
+@x:
+@y:
+@width:
+@height:
+@Returns:
+
+
gdk-pixbuf-loader.h \
gtkdebug.h \
gtkhsv.h \
+ gtkimmodule.h \
gtkimcontextsimple.h \
gtkintl.h \
gtkmarshal.h \
test -d $(srcdir)/html || mkdir $(srcdir)/html
-cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
@echo '-- Fixing Crossreferences'
- gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
+ cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
clean-local:
rm -f *~ *.bak *.signals *-unused.txt
mkdir $(distdir)/html
mkdir $(distdir)/sgml
mkdir $(distdir)/tmpl
- -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html
+ -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(srcdir)/html/index.sgml $(distdir)/html
-cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
-cp $(srcdir)/sgml/*.sgml $(distdir)/sgml
-cp $(srcdir)/sgml/*.bottom $(srcdir)/sgml/*.top $(distdir)/sgml
<!entity GtkData SYSTEM "sgml/gtkdata.sgml">
<!entity GtkDialog SYSTEM "sgml/gtkdialog.sgml">
<!entity GtkDrawingArea SYSTEM "sgml/gtkdrawingarea.sgml">
-<!entity GtkEditable SYSTEM "sgml/gtkeditable.sgml">
+<!entity gtk-GtkEditable SYSTEM "sgml/gtkeditable.sgml">
+<!entity GtkOldEditable SYSTEM "sgml/gtkoldeditable.sgml">
<!entity GtkEntry SYSTEM "sgml/gtkentry.sgml">
<!entity GtkEventBox SYSTEM "sgml/gtkeventbox.sgml">
<!entity GtkFileSelection SYSTEM "sgml/gtkfilesel.sgml">
<!entity GtkHSeparator SYSTEM "sgml/gtkhseparator.sgml">
<!entity GtkImage SYSTEM "sgml/gtkimage.sgml">
<!entity GtkIMContext SYSTEM "sgml/gtkimcontext.sgml">
+<!entity GtkIMContextSimple SYSTEM "sgml/gtkimcontextsimple.sgml">
<!entity GtkIMMulticontext SYSTEM "sgml/gtkimmulticontext.sgml">
<!entity GtkInputDialog SYSTEM "sgml/gtkinputdialog.sgml">
<!entity GtkInvisible SYSTEM "sgml/gtkinvisible.sgml">
<!entity GtkMenuBar SYSTEM "sgml/gtkmenubar.sgml">
<!entity GtkMenuItem SYSTEM "sgml/gtkmenuitem.sgml">
<!entity GtkMenuShell SYSTEM "sgml/gtkmenushell.sgml">
-<!entity gtk-GtkMessageDialog SYSTEM "sgml/gtkmessagedialog.sgml">
+<!entity GtkMessageDialog SYSTEM "sgml/gtkmessagedialog.sgml">
<!entity GtkMisc SYSTEM "sgml/gtkmisc.sgml">
<!entity GtkNotebook SYSTEM "sgml/gtknotebook.sgml">
<!entity GtkObject SYSTEM "sgml/gtkobject.sgml">
<!entity GtkTooltips SYSTEM "sgml/gtktooltips.sgml">
<!entity GtkTree SYSTEM "sgml/gtktree.sgml">
<!entity GtkTreeItem SYSTEM "sgml/gtktreeitem.sgml">
-<!entity gtk-gtktreemodel SYSTEM "sgml/gtktreemodel.sgml">
+<!entity gtk-GtkTreeModel SYSTEM "sgml/gtktreemodel.sgml">
+<!entity gtk-GtkTreeModelSort SYSTEM "sgml/gtktreemodelsort.sgml">
<!entity gtk-GtkTreeSelection SYSTEM "sgml/gtktreeselection.sgml">
<!entity gtk-GtkTreeStore SYSTEM "sgml/gtktreestore.sgml">
<!entity gtk-GtkTreeViewColumn SYSTEM "sgml/gtktreeviewcolumn.sgml">
<!entity gtk-Types SYSTEM "sgml/gtktypeutils.sgml">
<!entity gtk-Bindings SYSTEM "sgml/gtkbindings.sgml">
<!entity gtk-Standard-Enumerations SYSTEM "sgml/gtkenums.sgml">
+<!entity gtk-Stock-Items SYSTEM "sgml/gtkstock.sgml">
+<!entity gtk-Themeable-Stock-Images SYSTEM "sgml/gtkiconfactory.sgml">
<!entity index-Object-Tree SYSTEM "sgml/tree_index.sgml">
>k-Feature-Test-Macros;
>k-Graphics-Contexts;
>k-Styles;
- >k-Themes;
+<!-- >k-Themes; -->
>k-Resource-Files;
>k-Keyboard-Accelerators;
>k-Selections;
+ >k-Clipboards;
>k-Drag-and-Drop;
>k-Signals;
>k-Object-Properties;
+ >k-Stock-Items;
+ >k-Themeable-Stock-Images;
>k-Types;
>k-Bindings;
>k-Standard-Enumerations;
<title>Windows</title>
&GtkDialog;
&GtkInvisible;
+ &GtkMessageDialog;
&GtkPlug;
&GtkWindow;
</sect1>
<sect1 id="TreeWidgetObjects">
<title>Tree and List Widget</title>
>k-TreeWidget;
- >k-gtktreemodel;
+ >k-GtkTreeModel;
>k-GtkTreeSelection;
>k-GtkTreeStore;
>k-GtkTreeViewColumn;
>k-GtkTreeView;
>k-GtkModelSimple;
+ >k-GtkTreeModelSort;
>k-GtkCellRenderer;
>k-GtkCellRendererPixbuf;
>k-GtkCellRendererText;
&GtkBin;
&GtkBox;
&GtkContainer;
- &GtkEditable;
+ >k-GtkEditable;
+ &GtkOldEditable;
&GtkButtonBox;
&GtkMisc;
&GtkObject;
<SECTION>
<FILE>gtkeditable</FILE>
GtkEditable
-GtkTextFunction
<TITLE>GtkEditable</TITLE>
gtk_editable_select_region
+gtk_editable_get_selection_bounds
gtk_editable_insert_text
gtk_editable_delete_text
gtk_editable_get_chars
gtk_editable_cut_clipboard
gtk_editable_copy_clipboard
gtk_editable_paste_clipboard
-gtk_editable_claim_selection
gtk_editable_delete_selection
-gtk_editable_changed
gtk_editable_set_position
gtk_editable_get_position
gtk_editable_set_editable
GTK_EDITABLE_GET_CLASS
</SECTION>
+<SECTION>
+<FILE>gtkoldeditable</FILE>
+<TITLE>GtkOldEditable</TITLE>
+GtkOldEditable
+GtkTextFunction
+gtk_old_editable_claim_selection
+gtk_old_editable_changed
+<SUBSECTION Standard>
+GTK_OLD_EDITABLE
+GTK_IS_OLD_EDITABLE
+GTK_TYPE_OLD_EDITABLE
+gtk_old_editable_get_type
+GTK_OLD_EDITABLE_CLASS
+GTK_IS_OLD_EDITABLE_CLASS
+GTK_OLD_EDITABLE_GET_CLASS
+</SECTION>
+
<SECTION>
<FILE>gtkentry</FILE>
<TITLE>GtkEntry</TITLE>
gtk_entry_get_text
gtk_entry_select_region
gtk_entry_set_visibility
+gtk_entry_set_invisible_char
gtk_entry_set_editable
gtk_entry_set_max_length
<SUBSECTION Standard>
gtk_im_context_filter_keypress
gtk_im_context_focus_in
gtk_im_context_focus_out
+gtk_im_context_reset
<SUBSECTION Standard>
GTK_IM_CONTEXT
GTK_IS_IM_CONTEXT
<TITLE>GtkIMMulticontext</TITLE>
GtkIMMulticontext
gtk_im_multicontext_new
+gtk_im_multicontext_append_menuitems
<SUBSECTION Standard>
GTK_IM_MULTICONTEXT
GTK_IS_IM_MULTICONTEXT
gtk_menu_item_select
gtk_menu_item_deselect
gtk_menu_item_activate
+gtk_menu_item_toggle_size_request
+gtk_menu_item_toggle_size_allocate
gtk_menu_item_right_justify
<SUBSECTION Standard>
GTK_MENU_ITEM
gtk_text_buffer_get_iter_at_child_anchor
gtk_text_buffer_get_last_iter
gtk_text_buffer_get_bounds
-gtk_text_buffer_get_tags
gtk_text_buffer_modified
gtk_text_buffer_set_modified
gtk_text_buffer_delete_selection
gtk_text_iter_ends_tag
gtk_text_iter_toggles_tag
gtk_text_iter_has_tag
+gtk_text_iter_get_tags
gtk_text_iter_editable
gtk_text_iter_starts_line
gtk_text_iter_ends_line
<TITLE>GtkTextMark</TITLE>
GtkTextMark
gtk_text_mark_set_visible
-gtk_text_mark_is_visible
+gtk_text_mark_get_visible
gtk_text_mark_get_deleted
gtk_text_mark_get_name
<SUBSECTION Standard>
GtkTree
GTK_IS_ROOT_TREE
GTK_TREE_ROOT_TREE
-GTK_TREE_SELECTION
+GTK_TREE_SELECTION_OLD
GtkTreeViewMode
<TITLE>GtkTree</TITLE>
gtk_tree_new
GtkTreePath
GtkTreeModel
GtkTreeModelIface
+GtkTreeModelFlags
gtk_tree_path_new
gtk_tree_path_new_from_string
gtk_tree_path_to_string
gtk_tree_path_prev
gtk_tree_path_up
gtk_tree_path_down
+gtk_tree_iter_copy
+gtk_tree_iter_free
+gtk_tree_model_get_flags
gtk_tree_model_get_n_columns
gtk_tree_model_get_column_type
gtk_tree_model_get_iter
gtk_tree_model_iter_n_children
gtk_tree_model_iter_nth_child
gtk_tree_model_iter_parent
+gtk_tree_model_ref_iter
+gtk_tree_model_unref_iter
<SUBSECTION Standard>
GTK_TREE_MODEL
GTK_IS_TREE_MODEL
gtk_tree_model_get_type
</SECTION>
+<SECTION>
+<FILE>gtktreemodelsort</FILE>
+<TITLE>GtkTreeModelSort</TITLE>
+GtkTreeModelSort
+GValueCompareFunc
+gtk_tree_model_sort_new
+gtk_tree_model_sort_new_with_model
+gtk_tree_model_sort_set_model
+gtk_tree_model_sort_set_sort_col
+gtk_tree_model_sort_set_compare
+gtk_tree_model_sort_resort
+gtk_tree_model_sort_convert_path
+<SUBSECTION Standard>
+GTK_TREE_MODEL_SORT
+GTK_IS_TREE_MODEL_SORT
+GTK_TYPE_TREE_MODEL_SORT
+gtk_tree_model_sort_get_type
+GTK_TREE_MODEL_SORT_CLASS
+GTK_IS_TREE_MODEL_SORT_CLASS
+</SECTION>
+
<SECTION>
<FILE>gtktreeselection</FILE>
GtkTreeSelectionType
<TITLE>GtkTreeStore</TITLE>
GtkTreeStore
gtk_tree_store_new
-gtk_tree_store_new_with_values
+gtk_tree_store_new_with_types
gtk_tree_store_set_n_columns
gtk_tree_store_set_column_type
gtk_tree_store_set_cell
<SECTION>
<FILE>gtkmodelsimple</FILE>
<TITLE>GtkModelSimple</TITLE>
+GtkModelSimple
gtk_model_simple_new
gtk_model_simple_node_changed
gtk_model_simple_node_inserted
<SUBSECTION>
gtk_get_current_event
+gtk_get_current_event_time
gtk_get_event_widget
gtk_propagate_event
<SECTION>
<FILE>gtkthemes</FILE>
<TITLE>Themes</TITLE>
+<SUBSECTION Private>
GtkThemeEngine
gtk_theme_engine_get
-gtk_theme_engine_ref
-gtk_theme_engine_unref
gtk_theme_engine_create_rc_style
-gtk_theme_engine_register_type
+GTK_THEME_ENGINE
+GTK_IS_THEME_ENGINE
+GTK_TYPE_THEME_ENGINE
+gtk_theme_engine_get_type
</SECTION>
<SECTION>
gtk_rc_find_module_in_path
gtk_rc_find_pixmap_in_path
gtk_rc_get_module_dir
+gtk_rc_get_im_module_path
+gtk_rc_get_im_module_file
gtk_rc_get_theme_dir
gtk_rc_set_image_loader
gtk_rc_load_image
gtk_selection_owner_set
gtk_selection_add_target
gtk_selection_add_targets
+gtk_selection_clear_targets
gtk_selection_convert
gtk_selection_data_set
+gtk_selection_data_set_text
+gtk_selection_data_get_text
gtk_selection_remove_all
gtk_selection_data_copy
gtk_selection_data_free
<FILE>gtksignal</FILE>
<TITLE>Signals</TITLE>
GTK_SIGNAL_OFFSET
-GtkSignalMarshal
-GtkSignalDestroy
GtkEmissionHook
GtkSignalRunType
gtk_signal_init
gtk_signal_handler_unblock_by_data
gtk_signal_handler_pending
gtk_signal_handler_pending_by_func
-gtk_signal_handler_pending_by_id
-gtk_signal_handlers_destroy
-gtk_signal_set_funcs
gtk_signal_add_emission_hook
-gtk_signal_add_emission_hook_full
gtk_signal_remove_emission_hook
+gtk_signal_default_marshaller
+
+<SUBSECTION Private>
+gtk_signal_compat_matched
</SECTION>
<SECTION>
GtkFileSelection
GtkFontSelectionDialog
GtkInputDialog
+ GtkMessageDialog
GtkPlug
GtkEventBox
GtkHandleBox
GtkCalendar
GtkDrawingArea
GtkCurve
- GtkEditable
- GtkEntry
- GtkSpinButton
- GtkText
+ GtkEntry
+ GtkSpinButton
GtkRuler
GtkHRuler
GtkVRuler
GtkHSeparator
GtkVSeparator
GtkInvisible
+ GtkOldEditable
+ GtkText
GtkPreview
GtkProgress
GtkProgressBar
gtk_data_get_type
gtk_dialog_get_type
gtk_drawing_area_get_type
-gtk_editable_get_type
gtk_entry_get_type
gtk_event_box_get_type
gtk_file_selection_get_type
gtk_menu_bar_get_type
gtk_menu_item_get_type
gtk_menu_shell_get_type
+gtk_message_dialog_get_type
gtk_misc_get_type
gtk_notebook_get_type
+gtk_old_editable_get_type
gtk_object_get_type
gtk_option_menu_get_type
gtk_packer_get_type
Debugging
+<!-- ##### SIGNAL GtkEditable::cut-clipboard ##### -->
+<para>
+An action signal. Causes the characters in the current
+selection to be copied to the clipboard and then deleted from
+the widget.
+</para>
+
+@editable: the object which received the signal.
+
<!-- ##### SECTION ./tmpl/gtkdebug.sgml:Short_Description ##### -->
@Returns:
+<!-- ##### FUNCTION gtk_theme_engine_create_rc_style ##### -->
+<para>
+
+</para>
+
+@engine:
+@Returns:
+
<!-- ##### MACRO gtk_marshal_NONE__ENUM_FLOAT ##### -->
<para>
</para>
+<!-- ##### FUNCTION gtk_tree_store_new_with_values ##### -->
+<para>
+
+</para>
+
+@n_columns:
+@Varargs:
+@Returns:
+
<!-- ##### SIGNAL GtkTextView::insert ##### -->
<para>
</para>
+<!-- ##### ARG GtkEditable:editable ##### -->
+<para>
+A boolean indicating whether the widget is editable by
+the user.
+</para>
+
+
<!-- ##### SECTION ./tmpl/gtkmenufactory.sgml:See_Also ##### -->
<para>
@object_size:
@class_size:
-<!-- ##### MACRO gtk_widget_pop_visual ##### -->
+<!-- ##### FUNCTION gtk_text_buffer_get_clipboard_contents ##### -->
<para>
</para>
-@v:
+@buffer:
+@Returns:
-<!-- ##### FUNCTION gtk_text_buffer_get_clipboard_contents ##### -->
+<!-- ##### MACRO gtk_widget_pop_visual ##### -->
<para>
</para>
-@buffer:
-@Returns:
+@v:
<!-- ##### FUNCTION gtk_marshal_NONE__C_CALLBACK ##### -->
<para>
@x:
@y:
+<!-- ##### STRUCT GtkThemeEngine ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### FUNCTION gtk_text_buffer_get_tags ##### -->
+<para>
+
+</para>
+
+@buffer:
+@iter:
+@Returns:
+
<!-- ##### SECTION ./tmpl/gtkenums.sgml.sgml:Short_Description ##### -->
@Returns: GtkType -- the enumerated type of something.
+<!-- ##### FUNCTION gtk_theme_engine_get ##### -->
+<para>
+
+</para>
+
+@name:
+@Returns:
+
<!-- ##### MACRO gtk_marshal_BOOL__POINTER_INT_INT_UINT ##### -->
<para>
@func_data:
@args:
+<!-- ##### FUNCTION gtk_theme_engine_ref ##### -->
+<para>
+
+</para>
+
+@engine:
+
<!-- ##### FUNCTION gtk_marshal_NONE__INT_INT ##### -->
<para>
</para>
+<!-- ##### SIGNAL GtkEditable::set-editable ##### -->
+<para>
+Determines if the user can edit the text in the editable
+widget or not. This is meant to be overriden by
+child classes and should not generally useful to
+applications.
+</para>
+
+@editable: the object which received the signal.
+@is_editable: %TRUE if the user is allowed to edit the text
+ in the widget.
+
+<!-- ##### SIGNAL GtkEditable::delete-text ##### -->
+<para>
+This signal is emitted when text is deleted from
+the widget by the user. The default handler for
+this signal will normally be responsible for inserting
+the text, so by connecting to this signal and then
+stopping the signal with gtk_signal_emit_stop(), it
+is possible to modify the inserted text, or prevent
+it from being inserted entirely. The @start_pos
+and @end_pos parameters are interpreted as for
+gtk_editable_delete_text()
+</para>
+
+@editable: the object which received the signal.
+@start_pos: the starting position.
+@end_pos: the end position.
+
<!-- ##### FUNCTION gtk_ruler_draw_ticks ##### -->
<para>
@ruler: the gtkruler
-<!-- ##### FUNCTION gtk_selection_data_set_text ##### -->
+<!-- ##### SIGNAL GtkEditable::kill-line ##### -->
<para>
-
+An action signal. Delete a single line.
</para>
-@selection_data:
-@str:
-@Returns:
+@editable: the object which received the signal.
+@direction: the direction in which to delete. Positive
+ indicates forward deletion, negative, backwards deletion.
<!-- ##### FUNCTION gtk_themes_init ##### -->
<para>
@textview: the object which received the signal.
+<!-- ##### FUNCTION gtk_theme_engine_unref ##### -->
+<para>
+
+</para>
+
+@engine:
+
<!-- ##### STRUCT GtkDialogButton ##### -->
<para>
Deprecated.
@interactive:
@default_editable:
+<!-- ##### SIGNAL GtkEditable::activate ##### -->
+<para>
+Indicates that the user has activated the widget
+in some fashion. Generally, this will be done
+with a keystroke. (The default binding for this
+action is Return for #GtkEntry and
+Control-Return for #GtkText.)
+</para>
+
+@editable: the object which received the signal.
+
<!-- ##### ENUM GtkTextViewMovementStep ##### -->
<para>
@obj:
+<!-- ##### SIGNAL GtkEditable::copy-clipboard ##### -->
+<para>
+An action signal. Causes the characters in the current selection to
+be copied to the clipboard.
+</para>
+
+@editable: the object which received the signal.
+
<!-- ##### FUNCTION gtk_menu_factory_remove_entries ##### -->
<para>
@func_data:
@args:
-<!-- ##### FUNCTION gtk_paned_compute_position ##### -->
-<para>
-Internal function used by #GtkHPaned and #GtkVPaned
-</para>
-
-@paned:
-@allocation:
-@child1_req:
-@child2_req:
-
<!-- ##### FUNCTION gtk_marshal_NONE__INT_FLOAT_BOOL ##### -->
<para>
@func_data:
@args:
+<!-- ##### FUNCTION gtk_paned_compute_position ##### -->
+<para>
+Internal function used by #GtkHPaned and #GtkVPaned
+</para>
+
+@paned:
+@allocation:
+@child1_req:
+@child2_req:
+
<!-- ##### MACRO gtk_marshal_NONE__POINTER_STRING_STRING ##### -->
<para>
@type: GtkType
@Returns: pointer to a GList
+<!-- ##### SIGNAL GtkEditable::move-page ##### -->
+<para>
+An action signal. Move the cursor by pages.
+</para>
+
+@editable: the object which received the signal.
+@x: Number of pages to move the cursor horizontally.
+@y: Number of pages to move the cursor vertically.
+
<!-- ##### FUNCTION gtk_type_register_flags ##### -->
<para>
Register a new set of flags @values and give them the name in
@textview: the object which received the signal.
@arg1:
-<!-- ##### FUNCTION gtk_selection_clear_targets ##### -->
-<para>
-
-</para>
-
-@widget:
-@selection:
-
<!-- ##### ENUM GtkPrivateFlags ##### -->
<para>
@type: GtkType
@show_size: gboolean
+<!-- ##### FUNCTION gtk_text_mark_is_visible ##### -->
+<para>
+
+</para>
+
+@mark:
+@Returns:
+
<!-- ##### FUNCTION gtk_marshal_BOOL__POINTER_INT_INT_INT ##### -->
<para>
@func_data:
@args:
+<!-- ##### SIGNAL GtkEditable::kill-char ##### -->
+<para>
+An action signal. Delete a single character.
+</para>
+
+@editable: the object which received the signal.
+@direction: the direction in which to delete. Positive
+ indicates forward deletion, negative, backwards deletion.
+
<!-- ##### SECTION ./tmpl/gtkdebug.sgml:Long_Description ##### -->
<para>
@mask:
@Returns:
+<!-- ##### SIGNAL GtkEditable::kill-word ##### -->
+<para>
+An action signal. Delete a single word.
+</para>
+
+@editable: the object which received the signal.
+@direction: the direction in which to delete. Positive
+ indicates forward deletion, negative, backwards deletion.
+
+<!-- ##### FUNCTION gtk_im_context_simple_add_table ##### -->
+<para>
+
+</para>
+
+@context_simple:
+@data:
+@max_seq_len:
+@n_seqs:
+
<!-- ##### MACRO gtk_marshal_NONE__POINTER_UINT_UINT ##### -->
<para>
@foreign_type: GtkType
@Returns: GtkType
+<!-- ##### SIGNAL GtkEditable::changed ##### -->
+<para>
+Indicates that the user has changed the contents
+of the widget.
+</para>
+
+@editable: the object which received the signal.
+
<!-- ##### STRUCT GtkMenuFactory ##### -->
<para>
@wid:
-<!-- ##### FUNCTION gtk_selection_data_get_text ##### -->
-<para>
-
-</para>
-
-@selection_data:
-@Returns:
-
<!-- ##### FUNCTION gtk_marshal_BOOL__NONE ##### -->
<para>
Private Information
+<!-- ##### FUNCTION gtk_theme_engine_register_type ##### -->
+<para>
+
+</para>
+
+@engine:
+@parent_type:
+@type_name:
+@type_info:
+@Returns:
+
<!-- ##### FUNCTION gtk_menu_factory_find ##### -->
<para>
@callback_data:
@widget:
+<!-- ##### SIGNAL GtkEditable::paste-clipboard ##### -->
+<para>
+An action signal. Causes the contents of the clipboard to
+be pasted into the editable widget at the current cursor
+position.
+</para>
+
+@editable: the object which received the signal.
+
<!-- ##### FUNCTION gtk_window_add_embedded_xid ##### -->
<para>
</para>
+<!-- ##### SIGNAL GtkEditable::move-word ##### -->
+<para>
+An action signal. Move the cursor by words.
+</para>
+
+@editable: the object which received the signal.
+@num_words: The number of words to move the
+cursor. (Can be negative).
+
<!-- ##### STRUCT GtkTreeViewPrivate ##### -->
<para>
@GTK_TEXT_DELETE_WHITESPACE:
@GTK_TEXT_DELETE_WHITESPACE_LEAVE_ONE:
+<!-- ##### STRUCT GtkIMContextSimple ##### -->
+<para>
+
+</para>
+
+@object:
+@tables:
+@compose_buffer:
+@tentative_match:
+@tentative_match_len:
+
<!-- ##### MACRO GTK_TYPE_FLAT_FIRST ##### -->
<para>
The first "flat" (no struct) enumerated type value.
@buffer:
-<!-- ##### MACRO gtk_signal_default_marshaller ##### -->
+<!-- ##### STRUCT GtkTextTabArray ##### -->
<para>
-A marshaller that returns void and takes no extra parameters.
+
</para>
-<!-- ##### STRUCT GtkTextTabArray ##### -->
+<!-- ##### ARG GtkTextTag:overstrike ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:overstrike ##### -->
+<!-- ##### MACRO GTK_TREE_SELECTION ##### -->
<para>
+A macro that returns a GList that contains the selection of the root tree of @obj.
+</para>
+@obj: A pointer to the #GtkTree. @obj will accept any pointer, but it the pointer does not point to a #GtkTree, the results are undefined.
+
+<!-- ##### FUNCTION gtk_editable_changed ##### -->
+<para>
+Causes the "changed" signal to be emitted.
</para>
+@editable: a #GtkEditable widget.
<!-- ##### SIGNAL GtkTextView::move ##### -->
<para>
@mark:
@Returns:
+<!-- ##### SIGNAL GtkEditable::insert-text ##### -->
+<para>
+This signal is emitted when text is inserted into
+the widget by the user. The default handler for
+this signal will normally be responsible for inserting
+the text, so by connecting to this signal and then
+stopping the signal with gtk_signal_emit_stop(), it
+is possible to modify the inserted text, or prevent
+it from being inserted entirely.
+</para>
+
+@editable: the object which received the signal.
+@new_text: the new text to insert.
+@new_text_length: the length of the new text.
+@position: the position at which to insert the new text.
+ this is an in-out paramter. After the signal
+ emission is finished, it should point after
+ the newly inserted text.
+
+<!-- ##### FUNCTION gtk_editable_claim_selection ##### -->
+<para>
+Claim or disclaim ownership of the PRIMARY X selection.
+</para>
+
+@editable: a #GtkEditable widget.
+@claim: if %TRUE, claim the selection, otherwise, disclaim it.
+@time: the timestamp for claiming the selection.
+
<!-- ##### FUNCTION gtk_marshal_NONE__POINTER_INT ##### -->
<para>
@obj: the object to fetch the signals from.
+<!-- ##### SIGNAL GtkEditable::move-to-column ##### -->
+<para>
+An action signal. Move the cursor to the given column.
+</para>
+
+@editable: the object which received the signal.
+@column: the column to move to. (A negative value indicates
+ the last column)
+
<!-- ##### SECTION ./tmpl/gtkenums.sgml.sgml:Title ##### -->
gtkenums.sgml
@func_data:
@args:
+<!-- ##### USER_FUNCTION GtkMenuCallback ##### -->
+<para>
+
+</para>
+
+@widget:
+@user_data:
+
<!-- ##### FUNCTION gtk_type_check_object_cast ##### -->
<para>
Given a pointer to a GtkTypeObject @type_object, and a GtkType @cast_type,
@cast_type: GtkType
@Returns: the same GtkTypeObject* as @type_object
-<!-- ##### USER_FUNCTION GtkMenuCallback ##### -->
-<para>
-
-</para>
-
-@widget:
-@user_data:
-
<!-- ##### FUNCTION gtk_themes_exit ##### -->
<para>
@func_data:
@args:
-<!-- ##### SECTION ./tmpl/gtkmenufactory.sgml:Long_Description ##### -->
+<!-- ##### ARG GtkEditable:text_position ##### -->
<para>
-
+The position of the cursor.
</para>
</para>
+<!-- ##### SECTION ./tmpl/gtkmenufactory.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
<!-- ##### FUNCTION gtk_type_set_varargs_type ##### -->
<para>
Set the varargs type for a fundamental type @foreign_type.
@entries:
@nentries:
+<!-- ##### SIGNAL GtkEditable::move-to-row ##### -->
+<para>
+An action signal. Move the cursor to the given row.
+</para>
+
+@editable: the object which received the signal.
+@row: the row to move to. (A negative value indicates
+ the last row)
+
<!-- ##### FUNCTION gtk_signal_set_funcs ##### -->
<para>
These set default functions to call when the user didn't
@GTK_FONT_FILTER_USER: the user filter, which can be changed from within the
'Filter' page of the #GtkFontSelection widget.
+<!-- ##### SIGNAL GtkEditable::move-cursor ##### -->
+<para>
+An action signal. Move the cursor position.
+</para>
+
+@editable: the object which received the signal.
+@x: horizontal distance to move the cursor.
+@y: vertical distance to move the cursor.
+
<!-- ##### FUNCTION gtk_type_parent_class ##### -->
<para>
Return the class of the parent. Initialize the class if necessary.
@arg1:
@arg2:
-<!-- ##### MACRO gtk_marshal_ENUM__ENUM ##### -->
+<!-- ##### FUNCTION gtk_container_register_toplevel ##### -->
<para>
</para>
+@container:
<!-- ##### MACRO gtk_widget_push_visual ##### -->
<para>
@v:
@visual:
-<!-- ##### FUNCTION gtk_container_register_toplevel ##### -->
+<!-- ##### MACRO gtk_marshal_ENUM__ENUM ##### -->
<para>
</para>
-@container:
<!-- ##### SECTION ./tmpl/gtkimcontextsimple.sgml:Title ##### -->
GtkIMContextSimple
</tbody></tgroup></informaltable>
</para>
-@current_pos:
-@selection_start_pos:
-@selection_end_pos:
-@has_selection:
-
-<!-- ##### USER_FUNCTION GtkTextFunction ##### -->
-<para>
-Callback function for old method of setting key bindings.
-No longer publically used.
-</para>
-
-@editable:
-@time:
-
<!-- ##### FUNCTION gtk_editable_select_region ##### -->
<para>
@end: the end position.
+<!-- ##### FUNCTION gtk_editable_get_selection_bounds ##### -->
+<para>
+
+</para>
+
+@editable:
+@start:
+@end:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_editable_insert_text ##### -->
<para>
Insert text at a given position.
@editable: a #GtkEditable widget.
-<!-- ##### FUNCTION gtk_editable_claim_selection ##### -->
-<para>
-Claim or disclaim ownership of the PRIMARY X selection.
-</para>
-
-@editable: a #GtkEditable widget.
-@claim: if %TRUE, claim the selection, otherwise, disclaim it.
-@time: the timestamp for claiming the selection.
-
-
<!-- ##### FUNCTION gtk_editable_delete_selection ##### -->
<para>
Deletes the current contents of the widgets selection and
@editable: a #GtkEditable widget.
-<!-- ##### FUNCTION gtk_editable_changed ##### -->
-<para>
-Causes the "changed" signal to be emitted.
-</para>
-
-@editable: a #GtkEditable widget.
-
-
<!-- ##### FUNCTION gtk_editable_set_position ##### -->
<para>
Sets the cursor position.
in the widget.
-<!-- ##### SIGNAL GtkEditable::activate ##### -->
-<para>
-Indicates that the user has activated the widget
-in some fashion. Generally, this will be done
-with a keystroke. (The default binding for this
-action is Return for #GtkEntry and
-Control-Return for #GtkText.)
-</para>
-
-@editable: the object which received the signal.
-
-<!-- ##### SIGNAL GtkEditable::changed ##### -->
-<para>
-Indicates that the user has changed the contents
-of the widget.
-</para>
-
-@editable: the object which received the signal.
-
-<!-- ##### SIGNAL GtkEditable::copy-clipboard ##### -->
-<para>
-An action signal. Causes the characters in the current selection to
-be copied to the clipboard.
-</para>
-
-@editable: the object which received the signal.
-
-<!-- ##### SIGNAL GtkEditable::cut-clipboard ##### -->
-<para>
-An action signal. Causes the characters in the current
-selection to be copied to the clipboard and then deleted from
-the widget.
-</para>
-
-@editable: the object which received the signal.
-
-<!-- ##### SIGNAL GtkEditable::delete-text ##### -->
-<para>
-This signal is emitted when text is deleted from
-the widget by the user. The default handler for
-this signal will normally be responsible for inserting
-the text, so by connecting to this signal and then
-stopping the signal with gtk_signal_emit_stop(), it
-is possible to modify the inserted text, or prevent
-it from being inserted entirely. The @start_pos
-and @end_pos parameters are interpreted as for
-gtk_editable_delete_text()
-</para>
-
-@editable: the object which received the signal.
-@start_pos: the starting position.
-@end_pos: the end position.
-
-<!-- ##### SIGNAL GtkEditable::insert-text ##### -->
-<para>
-This signal is emitted when text is inserted into
-the widget by the user. The default handler for
-this signal will normally be responsible for inserting
-the text, so by connecting to this signal and then
-stopping the signal with gtk_signal_emit_stop(), it
-is possible to modify the inserted text, or prevent
-it from being inserted entirely.
-</para>
-
-@editable: the object which received the signal.
-@new_text: the new text to insert.
-@new_text_length: the length of the new text.
-@position: the position at which to insert the new text.
- this is an in-out paramter. After the signal
- emission is finished, it should point after
- the newly inserted text.
-
-<!-- ##### SIGNAL GtkEditable::kill-char ##### -->
-<para>
-An action signal. Delete a single character.
-</para>
-
-@editable: the object which received the signal.
-@direction: the direction in which to delete. Positive
- indicates forward deletion, negative, backwards deletion.
-
-<!-- ##### SIGNAL GtkEditable::kill-line ##### -->
-<para>
-An action signal. Delete a single line.
-</para>
-
-@editable: the object which received the signal.
-@direction: the direction in which to delete. Positive
- indicates forward deletion, negative, backwards deletion.
-
-<!-- ##### SIGNAL GtkEditable::kill-word ##### -->
-<para>
-An action signal. Delete a single word.
-</para>
-
-@editable: the object which received the signal.
-@direction: the direction in which to delete. Positive
- indicates forward deletion, negative, backwards deletion.
-
-<!-- ##### SIGNAL GtkEditable::move-cursor ##### -->
-<para>
-An action signal. Move the cursor position.
-</para>
-
-@editable: the object which received the signal.
-@x: horizontal distance to move the cursor.
-@y: vertical distance to move the cursor.
-
-<!-- ##### SIGNAL GtkEditable::move-page ##### -->
-<para>
-An action signal. Move the cursor by pages.
-</para>
-
-@editable: the object which received the signal.
-@x: Number of pages to move the cursor horizontally.
-@y: Number of pages to move the cursor vertically.
-
-<!-- ##### SIGNAL GtkEditable::move-to-column ##### -->
-<para>
-An action signal. Move the cursor to the given column.
-</para>
-
-@editable: the object which received the signal.
-@column: the column to move to. (A negative value indicates
- the last column)
-
-<!-- ##### SIGNAL GtkEditable::move-to-row ##### -->
-<para>
-An action signal. Move the cursor to the given row.
-</para>
-
-@editable: the object which received the signal.
-@row: the row to move to. (A negative value indicates
- the last row)
-
-<!-- ##### SIGNAL GtkEditable::move-word ##### -->
-<para>
-An action signal. Move the cursor by words.
-</para>
-
-@editable: the object which received the signal.
-@num_words: The number of words to move the
-cursor. (Can be negative).
-
-<!-- ##### SIGNAL GtkEditable::paste-clipboard ##### -->
-<para>
-An action signal. Causes the contents of the clipboard to
-be pasted into the editable widget at the current cursor
-position.
-</para>
-
-@editable: the object which received the signal.
-
-<!-- ##### SIGNAL GtkEditable::set-editable ##### -->
-<para>
-Determines if the user can edit the text in the editable
-widget or not. This is meant to be overriden by
-child classes and should not generally useful to
-applications.
-</para>
-
-@editable: the object which received the signal.
-@is_editable: %TRUE if the user is allowed to edit the text
- in the widget.
-
-<!-- ##### ARG GtkEditable:text_position ##### -->
-<para>
-The position of the cursor.
-</para>
-
-<!-- ##### ARG GtkEditable:editable ##### -->
-<para>
-A boolean indicating whether the widget is editable by
-the user.
-</para>
-
as plaintext.
+<!-- ##### FUNCTION gtk_entry_set_invisible_char ##### -->
+<para>
+
+</para>
+
+@entry:
+@ch:
+
+
<!-- ##### FUNCTION gtk_entry_set_editable ##### -->
<para>
Determines if the user can edit the text in the editable
@max: the new maximum length.
+<!-- ##### SIGNAL GtkEntry::activate ##### -->
+<para>
+
+</para>
+
+@entry: the object which received the signal.
+
+<!-- ##### SIGNAL GtkEntry::changed ##### -->
+<para>
+
+</para>
+
+@entry: the object which received the signal.
+
+<!-- ##### SIGNAL GtkEntry::copy-clipboard ##### -->
+<para>
+
+</para>
+
+@entry: the object which received the signal.
+
+<!-- ##### SIGNAL GtkEntry::cut-clipboard ##### -->
+<para>
+
+</para>
+
+@entry: the object which received the signal.
+
+<!-- ##### SIGNAL GtkEntry::delete-from-cursor ##### -->
+<para>
+
+</para>
+
+@entry: the object which received the signal.
+@arg1:
+@arg2:
+
+<!-- ##### SIGNAL GtkEntry::delete-text ##### -->
+<para>
+
+</para>
+
+@entry: the object which received the signal.
+@arg1:
+@arg2:
+
+<!-- ##### SIGNAL GtkEntry::insert-at-cursor ##### -->
+<para>
+
+</para>
+
+@entry: the object which received the signal.
+@arg1:
+
+<!-- ##### SIGNAL GtkEntry::insert-text ##### -->
+<para>
+
+</para>
+
+@entry: the object which received the signal.
+@arg1:
+@arg2:
+@arg3:
+
+<!-- ##### SIGNAL GtkEntry::move-cursor ##### -->
+<para>
+
+</para>
+
+@entry: the object which received the signal.
+@arg1:
+@arg2:
+@arg3:
+
+<!-- ##### SIGNAL GtkEntry::paste-clipboard ##### -->
+<para>
+
+</para>
+
+@entry: the object which received the signal.
+
+<!-- ##### SIGNAL GtkEntry::toggle-overwrite ##### -->
+<para>
+
+</para>
+
+@entry: the object which received the signal.
+
+<!-- ##### ARG GtkEntry:text_position ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkEntry:editable ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkEntry:max_length ##### -->
<para>
Determines the maximum allowed length of the contents
are visible or not. See gtk_entry_set_visibility().
</para>
+<!-- ##### ARG GtkEntry:invisible_char ##### -->
+<para>
+
+</para>
+
@context:
@str:
@attrs:
+@cursor_pos:
<!-- ##### FUNCTION gtk_im_context_filter_keypress ##### -->
@context:
+<!-- ##### FUNCTION gtk_im_context_reset ##### -->
+<para>
+
+</para>
+
+@context:
+
+
<!-- ##### SIGNAL GtkIMContext::commit ##### -->
<para>
@Returns:
+<!-- ##### FUNCTION gtk_im_multicontext_append_menuitems ##### -->
+<para>
+
+</para>
+
+@context:
+@menushell:
+
+
@Returns:
+<!-- ##### FUNCTION gtk_get_current_event_time ##### -->
+<para>
+
+</para>
+
+@Returns:
+
+
<!-- ##### FUNCTION gtk_get_event_widget ##### -->
<para>
@Returns: a new #GtkMenu.
-<!-- ##### FUNCTION gtk_menu_append ##### -->
+<!-- ##### MACRO gtk_menu_append ##### -->
<para>
Adds a new #GtkMenuItem to the end of the menu's item list.
</para>
+<!-- # Unused Parameters # -->
@menu: a #GtkMenu.
@child: The #GtkMenuItem to add.
-<!-- ##### FUNCTION gtk_menu_prepend ##### -->
+<!-- ##### MACRO gtk_menu_prepend ##### -->
<para>
Adds a new #GtkMenuItem to the beginning of the menu's item list.
</para>
+<!-- # Unused Parameters # -->
@menu: a #GtkMenu.
@child: The #GtkMenuItem to add.
-<!-- ##### FUNCTION gtk_menu_insert ##### -->
+<!-- ##### MACRO gtk_menu_insert ##### -->
<para>
Adds a new #GtkMenuItem to the menu's item list at the position
indicated by @position.
</para>
+<!-- # Unused Parameters # -->
@menu: a #GtkMenu.
@child: The #GtkMenuItem to add.
@position: The position in the item list where @child is added.
menu shall be drawn. This is an output parameter.
@y: address of the #gint representing the vertical position where the
menu shall be drawn. This is an output parameter.
+@push_in:
@user_data: the data supplied by the user in the gtk_menu_popup() @data
parameter.
@menu_item: the menu item
+<!-- ##### FUNCTION gtk_menu_item_toggle_size_request ##### -->
+<para>
+
+</para>
+
+@menu_item:
+@requisition:
+
+
+<!-- ##### FUNCTION gtk_menu_item_toggle_size_allocate ##### -->
+<para>
+
+</para>
+
+@menu_item:
+@allocation:
+
+
<!-- ##### FUNCTION gtk_menu_item_right_justify ##### -->
<para>
Sets the menu item to be right-justified. Only useful for menu bars.
@menuitem: the object which received the signal.
+<!-- ##### SIGNAL GtkMenuItem::toggle-size-allocate ##### -->
+<para>
+
+</para>
+
+@menuitem: the object which received the signal.
+@arg1:
+
+<!-- ##### SIGNAL GtkMenuItem::toggle-size-request ##### -->
+<para>
+
+</para>
+
+@menuitem: the object which received the signal.
+@arg1:
+
</para>
+<!-- ##### STRUCT GtkModelSimple ##### -->
+<para>
+
+</para>
+
+@parent:
+@stamp:
+
<!-- ##### FUNCTION gtk_model_simple_new ##### -->
<para>
@GTK_RC_TOKEN_HIGHEST:
@GTK_RC_TOKEN_ENGINE:
@GTK_RC_TOKEN_MODULE_PATH:
+@GTK_RC_TOKEN_IM_MODULE_PATH:
+@GTK_RC_TOKEN_IM_MODULE_FILE:
@GTK_RC_TOKEN_STOCK:
@GTK_RC_TOKEN_LTR:
@GTK_RC_TOKEN_RTL:
@Returns: The directory. (Must be freed with g_free())
+<!-- ##### FUNCTION gtk_rc_get_im_module_path ##### -->
+<para>
+
+</para>
+
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_rc_get_im_module_file ##### -->
+<para>
+
+</para>
+
+@Returns:
+
+
<!-- ##### FUNCTION gtk_rc_get_theme_dir ##### -->
<para>
Returns the standard directory in which themes should
@ntargets: number of entries in @targets
+<!-- ##### FUNCTION gtk_selection_clear_targets ##### -->
+<para>
+
+</para>
+
+@widget:
+@selection:
+
+
<!-- ##### FUNCTION gtk_selection_convert ##### -->
<para>
Request the contents of a selection. When received,
@length: length of the data
+<!-- ##### FUNCTION gtk_selection_data_set_text ##### -->
+<para>
+
+</para>
+
+@selection_data:
+@str:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_selection_data_get_text ##### -->
+<para>
+
+</para>
+
+@selection_data:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_selection_remove_all ##### -->
<para>
Removes all handlers and unsets ownership of all
@hook_id: the id of the emission handler, returned by add_emission_hook().
+<!-- ##### MACRO gtk_signal_default_marshaller ##### -->
+<para>
+A marshaller that returns void and takes no extra parameters.
+</para>
+
+
+
@end:
-<!-- ##### FUNCTION gtk_text_buffer_get_tags ##### -->
-<para>
-
-</para>
-
-@buffer:
-@iter:
-@Returns:
-
-
<!-- ##### FUNCTION gtk_text_buffer_modified ##### -->
<para>
@Returns:
+<!-- ##### FUNCTION gtk_text_iter_get_tags ##### -->
+<para>
+
+</para>
+
+@iter:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_text_iter_editable ##### -->
<para>
@iter:
@pred:
@user_data:
+@limit:
@Returns:
@iter:
@pred:
@user_data:
+@limit:
@Returns:
@slice:
@match_start:
@match_end:
+@limit:
@Returns:
@slice:
@match_start:
@match_end:
+@limit:
@Returns:
@setting:
-<!-- ##### FUNCTION gtk_text_mark_is_visible ##### -->
+<!-- ##### FUNCTION gtk_text_mark_get_visible ##### -->
<para>
</para>
applies to the first character in a paragraph.
</para>
+<!-- ##### ARG GtkTextTag:invisible ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkTextTag:background_set ##### -->
<para>
</para>
+<!-- ##### ARG GtkTextTag:invisible_set ##### -->
+<para>
+
+</para>
+
</para>
-<!-- ##### STRUCT GtkThemeEngine ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### FUNCTION gtk_theme_engine_get ##### -->
-<para>
-
-</para>
-
-@name:
-@Returns:
-
-
-<!-- ##### FUNCTION gtk_theme_engine_ref ##### -->
-<para>
-
-</para>
-
-@engine:
-
-
-<!-- ##### FUNCTION gtk_theme_engine_unref ##### -->
-<para>
-
-</para>
-
-@engine:
-
-
-<!-- ##### FUNCTION gtk_theme_engine_create_rc_style ##### -->
-<para>
-
-</para>
-
-@engine:
-@Returns:
-
-
-<!-- ##### FUNCTION gtk_theme_engine_register_type ##### -->
-<para>
-
-</para>
-
-@engine:
-@parent_type:
-@type_name:
-@type_info:
-@Returns:
-
-
@obj: A pointer to the #GtkTree. @obj will accept any pointer, but if the pointer does not point to a #GtkTree, the results are undefined.
-<!-- ##### MACRO GTK_TREE_SELECTION ##### -->
+<!-- ##### MACRO GTK_TREE_SELECTION_OLD ##### -->
<para>
-A macro that returns a GList that contains the selection of the root tree of @obj.
+
</para>
-@obj: A pointer to the #GtkTree. @obj will accept any pointer, but it the pointer does not point to a #GtkTree, the results are undefined.
+@obj:
<!-- ##### ENUM GtkTreeViewMode ##### -->
@stamp:
@tree_node:
+@tree_node2:
+@tree_node3:
<!-- ##### STRUCT GtkTreePath ##### -->
<para>
@inserted:
@child_toggled:
@deleted:
+@get_flags:
@get_n_columns:
@get_column_type:
@get_iter:
@iter_n_children:
@iter_nth_child:
@iter_parent:
+@ref_iter:
+@unref_iter:
+
+<!-- ##### ENUM GtkTreeModelFlags ##### -->
+<para>
+
+</para>
+
+@GTK_TREE_MODEL_ITERS_PERSIST:
<!-- ##### FUNCTION gtk_tree_path_new ##### -->
<para>
@path:
+<!-- ##### FUNCTION gtk_tree_iter_copy ##### -->
+<para>
+
+</para>
+
+@iter:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_tree_iter_free ##### -->
+<para>
+
+</para>
+
+@iter:
+
+
+<!-- ##### FUNCTION gtk_tree_model_get_flags ##### -->
+<para>
+
+</para>
+
+@tree_model:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_tree_model_get_n_columns ##### -->
<para>
@Returns:
+<!-- ##### FUNCTION gtk_tree_model_ref_iter ##### -->
+<para>
+
+</para>
+
+@tree_model:
+@iter:
+
+
+<!-- ##### FUNCTION gtk_tree_model_unref_iter ##### -->
+<para>
+
+</para>
+
+@tree_model:
+@iter:
+
+
</para>
@selection:
+@model:
@iter:
@Returns:
@Returns:
-<!-- ##### FUNCTION gtk_tree_store_new_with_values ##### -->
+<!-- ##### FUNCTION gtk_tree_store_new_with_types ##### -->
<para>
</para>